home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue37 / outlook / Example2 / compileit.bat < prev    next >
Encoding:
DOS Batch File  |  1998-05-16  |  70 b   |  6 lines

  1. @echo off
  2.  
  3. rem this file compiles HelloWorld1
  4.  
  5. dcc32 -b Example2
  6.